home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / prcmv24c.arc / FIDO.CMD < prev    next >
Encoding:
Text File  |  1986-09-19  |  1.9 KB  |  27 lines

  1. /**********************************************************************/
  2. /*                                                                    */
  3. /* Sample command file for automatic logon to FIDO BBS systems        */
  4. /*                                                                    */
  5. /**********************************************************************/
  6.  
  7. EMULATE ANSI                /* Use ANSI-BBS emulation for ANSI graphics      */
  8. DIAL "10"                   /* Call dialing directory entry number 10        */
  9. TRANSMIT "!"                /* Transmit several Carriage returns waiting     */
  10. PAUSE "1"                   /* 1 second in between...                        */
  11. TRANSMIT "!"                /*                                               */
  12. PAUSE "1"                   /*                                               */
  13. TRANSMIT "!"                /*                                               */
  14. PAUSE "1"                   /*                                               */
  15. TRANSMIT "!"                /*                                               */
  16. PAUSE "1"                   /*                                               */
  17. TRANSMIT "!"                /*                                               */
  18. WAITFOR "Your FIRST name:"  /* Wait for first name prompt...                 */
  19. TRANSMIT "Albert!"          /* Send name.                                    */
  20. WAITFOR "Your  LAST name:"  /* Wait for last name prompt...                  */
  21. TRANSMIT "Einstein!"        /* Send name.                                    */
  22. WAITFOR "right? (y,n)"      /* wait for name verification prompt...          */
  23. TRANSMIT "y"                /* send YES                                      */
  24. WAITFOR "Password:"         /* Wait for FIDO password prompt...              */
  25. TRANSMIT "EMC2!"            /* Send password                                 */
  26. ALARM                       /* Sound alarm to let you know logon is complete */
  27.